home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / iScreensaver Designer 3.4 (trial).dmg / Install iScreensaver 3.4.pkg / Contents / Resources / postflight < prev    next >
Text File  |  2006-02-01  |  318b  |  11 lines

  1. #!/bin/sh
  2. # shell script to reveal the installed application
  3. #
  4.  
  5. #open /Applications/iScreensaver\ Designer\ 3/ &
  6.  
  7. osascript \
  8.     -e "Tell Application \"Finder\"" \
  9.     -e "  Reveal File \"iScreensaver Designer 3.4\" of folder \"iScreensaver Designer 3\" of Folder \"Applications\" of Startup Disk" \
  10.     -e "End Tell"
  11. exit 0